html {
	/*font-size: 62.5%;
	10 ÷ 16 × 100% = 62.5%*/
}
body {
	font-family:"Microsoft YaHei",微软雅黑,"MicrosoftJhengHei",华文细黑,STHeiti,MingLiu;
	background:white;
}
*{
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
	cursor: pointer;
}
img{
	margin:0;
	border:0;
}
.m-t-18
{
	margin-top:18px;
}
ul.list
{
	float:left;
	list-style: none
}
ul.list li.item
{
	list-style: none;
}
ul.list li.item,
ul.list li.item img,
ul.list li.item p
{
	float:left;
}